Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty:
Very Easy
Platform(s): Windows
Got this from a TechNet article. For silent install of SQL Server Native Client, you must add IACCEPTSQLNCLILICENSETERMS=YES to your command line. Example
msiexec /i sqlncli.msi /qn IACCEPTSQL… Read More